.video-section {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rental-options {
  position: absolute;
  top: 240px;
  width: 100%;
  padding: 20px;
}

.intro {
  color: white;
  text-align: center;
}

.rental-photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 30px;
  margin: 40px auto;
  padding: 0px 20px 0px 20px;
  text-align: center;
}

.item {
  justify-content: center;
  object-fit: cover;
}

.chair, .table, .tent, .decor, .dinning, .miscelenous {
  width: 100%;
  height: 100%px;
  border-radius: 40px;
  border: 2px solid rgb(144, 122, 25);
}

.link2 {
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(131, 131, 130);
  color: white;
  border-radius: 6px;
}

.how-to-rent {
  background-color: rgb(239, 236, 214);
  border-top: 3px solid rgb(144, 122, 25);
  padding: 100px 20px 50px 20px;
  text-align: center;
}

.options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  margin-top: 20px;
}

.option-header {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  border: 5px solid rgb(144, 122, 25);
  font-weight: bold;
}

.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 60px 20px;
}

.address {
  text-align: center;
}

.map {
  width: 100%;
  border-radius: 10px;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}
